home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 7 / developer source - volume 7.iso / orinf / nov96 / mcclf101.gif < prev    next >
Graphics Interchange Format  |  1997-04-17  |  25KB  |  317x364  |  4-bit (16 colors)
Labels: text | screenshot | number | font | menu | parallel
OCR: Parameter Type Mode Description cursor Cda Def * IN/OUT Address of a cursor data area in your program sqlvar text * IN String containing the name of a place holder in the SQL statement (1) sqlvì sword IN Length of sqlvar (2) progy Ub1 .* IN/OUT Address of the bind variable to be substituted for the placeholder (3, 4) progv1 sword IN Length of the bind variable ftype Sword IN External datatype for the bind variable scale SWOr IN Not normally used for C types; pass as -1 indp IN/OUT Address of indicator variable associated with bind variable (3, 4) text IN [ Not normally used for C types; pass as NULL futl sword IN Not normally used for C types; pass as -1 fett sword Not normally used for C types; pass as -1 1. progy should include the color. 2. If sqlvar is null-terminated, you can pass -1. 3. The address of this parameter must remain valid until the oexec call. 4. This parameter will be written lo alter the cexec call for PL/SQL blocks. Figure 1: Parameters for the obndre function.